home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2004-05-19  |  2KB  |  116 lines

  1. object Form6: TForm6
  2.   Left = 201
  3.   Top = 186
  4.   HelpContext = 6000
  5.   BorderStyle = bsDialog
  6.   Caption = 'Command State'
  7.   ClientHeight = 143
  8.   ClientWidth = 242
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel2: TPanel
  22.     Left = 6
  23.     Top = 5
  24.     Width = 232
  25.     Height = 101
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object Label12: TLabel
  30.       Left = 8
  31.       Top = 15
  32.       Width = 55
  33.       Height = 13
  34.       Caption = 'State count'
  35.     end
  36.     object Label13: TLabel
  37.       Left = 8
  38.       Top = 45
  39.       Width = 53
  40.       Height = 13
  41.       Caption = 'Begin state'
  42.     end
  43.     object Label2: TLabel
  44.       Left = 140
  45.       Top = 11
  46.       Width = 85
  47.       Height = 13
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'Current State:'
  51.     end
  52.     object LedDisplay1: TDotMatrix
  53.       Left = 160
  54.       Top = 40
  55.       Width = 49
  56.       Height = 28
  57.       Text = '00'
  58.     end
  59.     object Edit9: TEdit
  60.       Left = 96
  61.       Top = 11
  62.       Width = 41
  63.       Height = 21
  64.       TabOrder = 0
  65.       Text = '1'
  66.       OnChange = Edit9Change
  67.     end
  68.     object Edit10: TEdit
  69.       Left = 96
  70.       Top = 43
  71.       Width = 41
  72.       Height = 21
  73.       TabOrder = 1
  74.       Text = '1'
  75.       OnChange = Edit10Change
  76.     end
  77.     object CheckBox7: TCheckBox
  78.       Left = 8
  79.       Top = 73
  80.       Width = 217
  81.       Height = 17
  82.       Caption = 'Execute on all states except 1'
  83.       TabOrder = 2
  84.       OnClick = CheckBox7Click
  85.     end
  86.   end
  87.   object Button1: TButton
  88.     Left = 5
  89.     Top = 112
  90.     Width = 65
  91.     Height = 25
  92.     Caption = 'Ok'
  93.     TabOrder = 1
  94.     OnClick = Button1Click
  95.   end
  96.   object Button2: TButton
  97.     Left = 90
  98.     Top = 112
  99.     Width = 65
  100.     Height = 25
  101.     Caption = 'Cancel'
  102.     TabOrder = 2
  103.     OnClick = Button2Click
  104.   end
  105.   object Button3: TButton
  106.     Left = 174
  107.     Top = 112
  108.     Width = 65
  109.     Height = 25
  110.     Caption = 'Apply'
  111.     Enabled = False
  112.     TabOrder = 3
  113.     OnClick = Button3Click
  114.   end
  115. end
  116.